Sometimes the menu title is too long. 🔼

llDialog() has a limit of 512 for the message part.  In scan menus where lots of nearby things have lengthy names, that ends up being too long.

[code=C]

string title = llList2String(Menus, m + mTITLE) + "\n---\n";

...

llDialog(id, llGetSubString(version + " - " + mn + "\n\n" + title + "\n---\n", 0, 510),[/code]


reported=2021-08-06 03:25:48

reporter=onefang

priority=urgent

category=Bug

severity=major

resolution=fixed


2021-08-06 03:32:36 onefang: [s]Oddly, without the shortening it works for me, doesn't work for Boots either way.  Might be some other bug to?[/s]

Boots had RLV turned off.  lol